home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / editor / blksedtr.lha / BED / Rexx / SASC / Compile.bed < prev    next >
Text File  |  1996-05-06  |  221b  |  15 lines

  1. /*
  2. ** $VER: Compile.bed 1.0 (14.01.96)
  3. **
  4. ** Invoke the SAS C Compiler
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. GetFilePath PATH
  10. path = RESULT
  11.  
  12. GetFilePath FILE
  13.  
  14. ADDRESS COMMAND 'CD "' || path || '"' || '0A'X || 'SC:C/SC "' || RESULT || '"'
  15.